Universal App
Build cross-platform applications that run seamlessly on Web, iOS, and Android using Catalyst's Universal App architecture.
Overview
Universal Apps enable you to:
- Write once, run everywhere (Web, iOS, Android)
- Access native device capabilities through React hooks
- Maintain consistent user experience across platforms
- Leverage platform-specific optimizations
Getting Started
- Run Universal App - Set up and run your universal app
- Android Emulator Setup - Configure Android development
- iOS Emulator Setup - Configure iOS development
Core Features
- Universal Cache Management - Efficient caching across platforms
- Build Optimization - Optimize builds for different platforms
- Native APIs - Access device capabilities through React hooks
Architecture
Universal Apps use a shared codebase with platform-specific adaptations, enabling:
- Code Reusability: Share business logic across platforms
- Native Performance: Leverage native capabilities when needed
- Consistent UX: Maintain design consistency with platform adaptations
- Developer Productivity: Single codebase, multiple platforms